Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add no_timestamps flag #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add no_timestamps flag #35

wants to merge 1 commit into from

Conversation

mschez
Copy link

@mschez mschez commented Jan 21, 2024

Simple like that, based on the https://github.com/ggerganov/whisper.cpp options, I added an option to just return text.

Thanks

@Hope-IT-Works
Copy link

Awesome, needed that for a personal project. Good job!

@@ -65,6 +65,7 @@ const options = {
gen_file_subtitle: false, // outputs .srt file
gen_file_vtt: false, // outputs .vtt file
word_timestamps: true // timestamp for every word

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you're missing a comma after true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants